home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / battleinmegaville.swf / scripts / DefineButton2_1472 / BUTTONCONDACTION on(release).as
Text File  |  2006-09-05  |  213b  |  8 lines

  1. on(release){
  2.    _root.myLocal_so.data._menudifficulty = _root._menudifficulty;
  3.    _root.myLocal_so.flush();
  4.    _root.attachMovie("fader2","fader",Z_FADER);
  5.    _root._storylevel = 0;
  6.    gotoAndPlay(1882);
  7. }
  8.